As a user I wan to be able to replace one entry on the stack with another so that I can fix a typing error.

UAT

  • [33, 2, 9] 1 <enter> 777 <replace> -> [33, 2, 777]
  • [] 2 <enter> 6 <replace> -> index error

<--Back